From a5a3b0a01dedaaa099dd4510cf262eb0ed0bc1d9 Mon Sep 17 00:00:00 2001 From: noraj Date: Sat, 10 Apr 2021 17:19:16 +0200 Subject: [PATCH] v1.4.0 --- Gemfile.lock | 2 +- lib/ctf_party/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b8e0204..d74c72f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ctf-party (1.3.5) + ctf-party (1.4.0) docopt (~> 0.6) GEM diff --git a/lib/ctf_party/version.rb b/lib/ctf_party/version.rb index 40a7432..46bd4a5 100644 --- a/lib/ctf_party/version.rb +++ b/lib/ctf_party/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Version - VERSION = '1.3.5' + VERSION = '1.4.0' end