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 890f911 commit 82e48d5Copy full SHA for 82e48d5
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.3.2
+ENV BASHLY_VERSION=1.3.3
7
8
WORKDIR /app
9
lib/bashly/version.rb
@@ -1,3 +1,3 @@
1
module Bashly
2
- VERSION = '1.3.2'
+ VERSION = '1.3.3'
end
0 commit comments