Skip to content

Commit 22ca4d7

Browse files
0.20.3
1 parent 76f0ba6 commit 22ca4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plutonium/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Plutonium
2-
VERSION = "0.20.2"
2+
VERSION = "0.20.3"
33
NEXT_MAJOR_VERSION = VERSION.split(".").tap { |v|
44
v[1] = v[1].to_i + 1
55
v[2] = 0

0 commit comments

Comments
 (0)