lib/tty/command/version.rb in outstand-tty-command-0.10.0.pre vs lib/tty/command/version.rb in outstand-tty-command-0.10.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true module TTY class Command - VERSION = '0.10.0.pre' + VERSION = '0.10.0' end # Command end # TTY