Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Jan 12, 2022
1 parent 2f8c8da commit c5a837c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CLAide Changelog

## Master
## 1.1.0 (2022-01-12)

##### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
claide (1.0.3)
claide (1.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/claide/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module CLAide
#
# CLAide’s version, following [semver](http://semver.org).
#
VERSION = '1.0.3'.freeze
VERSION = '1.1.0'.freeze
end

0 comments on commit c5a837c

Please sign in to comment.