Skip to content

Commit

Permalink
Bump to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Aug 9, 2022
1 parent 2d7ffb6 commit de7095a
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.4.0 (2022-08-09)
* Bump to 3.4.0-develop

### 3.3.0 (2022-05-10)
* Fix hammer shell with pipe as stdin ([PR #360](https://github.com/theforeman/hammer-cli/pull/360)), [#34724](http://projects.theforeman.org/issues/34724)
* Bump to 3.3.0-develop
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.4.0-develop"
@version ||= Gem::Version.new "3.4.0"
end
end

0 comments on commit de7095a

Please sign in to comment.