Skip to content

Commit 42c3ce0

Browse files
committed
version bump 0.6.7
1 parent 60fe753 commit 42c3ce0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
========================================
33

4+
v0.6.7 - 2021-09-23
5+
----------------------------------------
6+
7+
- Fix config library context contamination
8+
9+
410
v0.6.6 - 2021-09-07
511
----------------------------------------
612

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM dannyben/alpine-ruby
33
ENV PS1 "\n\n>> bashly \W \$ "
44
WORKDIR /app
55

6-
RUN gem install bashly --version 0.6.6
6+
RUN gem install bashly --version 0.6.7
77

88
ENTRYPOINT ["bashly"]

lib/bashly/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bashly
2-
VERSION = "0.6.6"
2+
VERSION = "0.6.7"
33
end

0 commit comments

Comments
 (0)