From daad6dbf6da9fca7188cd8517936d8602a1e2816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20L=C3=B3pez?= Date: Fri, 1 Mar 2024 16:03:08 +0100 Subject: [PATCH] Update gem version in version.rb --- .github/pull_request_template.md | 2 +- lib/kb/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ac86eb5..6e9a313 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,4 +12,4 @@ - [ ] Tests added/updated - [ ] README file updated - [ ] Changelog updated -- [ ] Version updated +- [ ] Version file `lib/kb/version.rb` updated diff --git a/lib/kb/version.rb b/lib/kb/version.rb index 07d3aa9..7333bcf 100644 --- a/lib/kb/version.rb +++ b/lib/kb/version.rb @@ -1,3 +1,3 @@ module KB - VERSION = '0.23.0'.freeze + VERSION = '0.24.0'.freeze end