We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf17b6 commit dce2c3eCopy full SHA for dce2c3e
Dockerfile
@@ -3,7 +3,7 @@ FROM dannyben/alpine-ruby:3.3.3
3
LABEL io.whalebrew.name=bashly
4
5
ENV PS1="\n\n>> bashly \W \$ "
6
-ENV BASHLY_VERSION=1.2.7
+ENV BASHLY_VERSION=1.2.8
7
8
WORKDIR /app
9
lib/bashly/version.rb
@@ -1,3 +1,3 @@
1
module Bashly
2
- VERSION = '1.2.7'
+ VERSION = '1.2.8'
end
0 commit comments