Skip to content

Commit

Permalink
Merge pull request #329 from fox0430/v0.0.84
Browse files Browse the repository at this point in the history
V0.0.84
  • Loading branch information
fox0430 authored Jun 8, 2019
2 parents d902bd9 + 52ec6f7 commit 997eca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moe.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.0.83"
version = "0.0.84"
author = "fox0430"
description = "A command lined based text editor"
license = "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion src/moepkg/cmdoption.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import parseopt, unicode
type ComdParsedList* = tuple[filename: string]

proc writeVersion() =
echo "v0.0.81"
echo "v0.0.84"
quit()

proc writeHelp() =
Expand Down

0 comments on commit 997eca6

Please sign in to comment.