Skip to content

Commit 0e12930

Browse files
committed
bump version 3.4.6
1 parent 13d5fdd commit 0e12930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/slop.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class Slop
55
include Enumerable
66

7-
VERSION = '3.4.5'
7+
VERSION = '3.4.6'
88

99
# The main Error class, all Exception classes inherit from this class.
1010
class Error < StandardError; end

slop.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'slop'
3-
s.version = '3.4.5'
3+
s.version = '3.4.6'
44
s.summary = 'Simple Lightweight Option Parsing'
55
s.description = 'A simple DSL for gathering options and parsing the command line'
66
s.author = 'Lee Jarvis'

0 commit comments

Comments
 (0)