Skip to content

Commit 977c96d

Browse files
committed
versoin 1.4.0
1 parent 3343ac8 commit 977c96d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.8
6+
ENV BASHLY_VERSION=1.4.0
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.4.0.rc2'
2+
VERSION = '1.4.0'
33
end

0 commit comments

Comments
 (0)