Skip to content

Commit c51cd3c

Browse files
committed
version bump 1.1.4
1 parent 359d801 commit c51cd3c

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

3-
RUN gem install madness -v 1.1.3
3+
RUN gem install madness -v 1.1.4
44

55
WORKDIR /docs
66

lib/madness/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Madness
2-
VERSION = '1.1.3'
2+
VERSION = '1.1.4'
33
end

0 commit comments

Comments
 (0)