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 fe7563c commit 7e96d44Copy full SHA for 7e96d44
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.9
+ENV BASHLY_VERSION=1.2.10
7
8
WORKDIR /app
9
lib/bashly/version.rb
@@ -1,3 +1,3 @@
1
module Bashly
2
- VERSION = '1.2.9'
+ VERSION = '1.2.10'
end
0 commit comments