We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7812e commit 41ed173Copy full SHA for 41ed173
.gitignore
@@ -29,8 +29,8 @@ build/
29
# for a library or gem, you might want to ignore these files since the code is
30
# intended to run in multiple environments; otherwise, check them in:
31
Gemfile.lock
32
-# .ruby-version
33
-# .ruby-gemset
+.ruby-version
+.ruby-gemset
34
35
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
36
.rvmrc
lib/twemproxy_exporter/version.rb
@@ -1,3 +1,3 @@
1
module TwemproxyExporter
2
- VERSION = "0.2.1"
+ VERSION = "0.3.1"
3
end
0 commit comments