Skip to content

Commit 68aed5b

Browse files
committed
version bump 0.9.2
1 parent e9ae945 commit 68aed5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.9.1
6+
RUN gem install bashly --version 0.9.2
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.9.1'
2+
VERSION = '0.9.2'
33
end

0 commit comments

Comments
 (0)