Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Bump gem version (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
santib authored Jan 27, 2021
1 parent 77032f6 commit 40996d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# master

# 1.1.0

* Update Bundler and Ruby versions

*Horacio Bertorello*

# 1.0.0

* Using Github Actions as the default CI provider
Expand Down
2 changes: 1 addition & 1 deletion lib/rsgem/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module RSGem
MAJOR = 1
MINOR = 0
MINOR = 1
PATCH = 0
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit 40996d5

Please sign in to comment.