Skip to content

Commit 41ed173

Browse files
committed
Bump version to 0.3.1
1 parent 8b7812e commit 41ed173

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ build/
2929
# for a library or gem, you might want to ignore these files since the code is
3030
# intended to run in multiple environments; otherwise, check them in:
3131
Gemfile.lock
32-
# .ruby-version
33-
# .ruby-gemset
32+
.ruby-version
33+
.ruby-gemset
3434

3535
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
3636
.rvmrc

lib/twemproxy_exporter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module TwemproxyExporter
2-
VERSION = "0.2.1"
2+
VERSION = "0.3.1"
33
end

0 commit comments

Comments
 (0)