Skip to content

Commit a38b5c7

Browse files
committed
version 1.3.7
1 parent 1198141 commit a38b5c7

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,7 +3,7 @@ FROM dannyben/alpine-ruby:4.0
33
LABEL io.whalebrew.name=bashly
44

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

88
WORKDIR /app
99

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 = '1.3.6'
2+
VERSION = '1.3.7'
33
end

0 commit comments

Comments
 (0)