Skip to content

Commit 2c16fdc

Browse files
committed
version bump v1.2.3
1 parent d404e2c commit 2c16fdc

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
@@ -1,7 +1,7 @@
11
FROM dannyben/alpine-ruby:3.3.3
22

33
ENV PS1="\n\n>> bashly \W \$ "
4-
ENV BASHLY_VERSION=1.2.2
4+
ENV BASHLY_VERSION=1.2.3
55

66
WORKDIR /app
77

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.2.2'
2+
VERSION = '1.2.3'
33
end

0 commit comments

Comments
 (0)