Skip to content

Commit f27ebca

Browse files
committed
version bump 1.2.11
1 parent b4b5c1a commit f27ebca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM dannyben/alpine-ruby:3.3.3
33
LABEL io.whalebrew.name=bashly
44

55
ENV PS1="\n\n>> bashly \W \$ "
6-
ENV BASHLY_VERSION=1.2.10
6+
ENV BASHLY_VERSION=1.2.11
77

88
WORKDIR /app
99

lib/bashly/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bashly
2-
VERSION = '1.2.10'
2+
VERSION = '1.2.11'
33
end

0 commit comments

Comments
 (0)