Skip to content

Commit

Permalink
Updated executable version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkleveter committed Nov 17, 2017
1 parent 71357f5 commit b5d33f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Executable/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Ether
import libc

// The current version of Ether. This string should be updated with each release.
let version = "1.9.0"
let version = "1.9.1"
var arguments = CommandLine.arguments
let terminal = Terminal(arguments: arguments)
var iterator = arguments.makeIterator()
Expand Down

0 comments on commit b5d33f8

Please sign in to comment.