Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit b22bcc8

Browse files
author
Dustin Collins
committed
bump version.rb file to 5.6.6
1 parent 69a84f0 commit b22bcc8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# 5.6.6
1+
# [5.6.6](https://github.com/cyberark/conjur-cli/releases/tag/v5.6.6)
22

33
* Adds standalone Docker image (`cyberark/conjur-cli:4`)
44

55
# 5.6.5
66

7-
* Fix init cert check when Conjur behind a SNI
7+
* Fix init cert check when Conjur behind a SNI - [#209](https://github.com/cyberark/conjur-cli/pull/209)
88

99
# 5.6.4
1010

lib/conjur/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2020
#
2121
module Conjur
22-
VERSION = '5.6.5'.freeze
22+
VERSION = '5.6.6'.freeze
2323
::Version=VERSION
2424
end

0 commit comments

Comments
 (0)