Skip to content

Commit

Permalink
Version 20.0.1 (2016-02-13)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Feb 13, 2016
1 parent 097a38f commit 78ab055
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions VERSION.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 20.0.1 (2016-02-13)

### Other:

* Upgrade to md2man 5.0 and binman 5.0 for manual pages.

* Document optional regexp argument to `-h` and `--help`.

## Version 20.0.0 (2014-10-26)

### Major:
Expand Down
2 changes: 1 addition & 1 deletion bin/tork
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# TORK 1 2014-10-26 20.0.0
# TORK 1 2016-02-13 20.0.1
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/tork-driver
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# TORK-DRIVER 1 2014-10-26 20.0.0
# TORK-DRIVER 1 2016-02-13 20.0.1
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/tork-engine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# TORK-ENGINE 1 2014-10-26 20.0.0
# TORK-ENGINE 1 2016-02-13 20.0.1
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/tork-herald
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# TORK-HERALD 1 2014-10-26 20.0.0
# TORK-HERALD 1 2016-02-13 20.0.1
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/tork-master
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# TORK-MASTER 1 2014-10-26 20.0.0
# TORK-MASTER 1 2016-02-13 20.0.1
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/tork-notify
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# TORK-NOTIFY 1 2014-10-26 20.0.0
# TORK-NOTIFY 1 2016-02-13 20.0.1
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/tork-runner
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# TORK-RUNNER 1 2014-10-26 20.0.0
# TORK-RUNNER 1 2016-02-13 20.0.1
## NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/tork/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tork
VERSION = "20.0.0"
VERSION = "20.0.1"
end

0 comments on commit 78ab055

Please sign in to comment.