Skip to content

Commit

Permalink
Bump to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Feb 1, 2022
1 parent 4e63b08 commit 6d570c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release notes
=============
### 3.1.1 (2022-02-01)
* Fix fr translation ([PR #358](https://github.com/theforeman/hammer-cli/pull/358)), [#34204](http://projects.theforeman.org/issues/34204)

### 3.1.0 (2021-11-10)
* Remove a space in hammer's shebang, [#33810](http://projects.theforeman.org/issues/33810)
* Revert fix rake version
Expand Down
2 changes: 1 addition & 1 deletion lib/hammer_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HammerCLI
def self.version
@version ||= Gem::Version.new "3.1.0"
@version ||= Gem::Version.new "3.1.1"
end
end

0 comments on commit 6d570c4

Please sign in to comment.