Skip to content

Commit cd1943d

Browse files
committed
version bump 1.1.10
1 parent 72b03d8 commit cd1943d

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

3-
ENV BASHLY_VERSION=1.1.9
3+
ENV BASHLY_VERSION=1.1.10
44
ENV PS1 "\n\n>> bashly \W \$ "
55
WORKDIR /app
66

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

0 commit comments

Comments
 (0)