Skip to content

Commit 539acc6

Browse files
committed
0.4.2
1 parent 43b322c commit 539acc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ and see [Code Samples](#code_samples) and [Wiki](https://github.com/mosop/optarg
287287
## Release Notes
288288

289289
* v0.4.2
290-
* (Experimental) Bash Completion
290+
* Bash Completion
291291
* v0.4.1
292292
* Custom Validation
293293
* Inclusion Validation

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: optarg
2-
version: 0.4.1.1
2+
version: 0.4.2
33

44
authors:
55
- mosop

src/optarg/version.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Optarg
2-
VERSION = "0.4.1.1"
2+
VERSION = "0.4.2"
33
end

0 commit comments

Comments
 (0)