Skip to content

Commit

Permalink
update version: 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kekeho committed Sep 11, 2019
1 parent c754c2c commit 2ab070e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nnst.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.0"
version = "0.1.1"
author = "Hiroki.T"
description = "NNST: Network Scan Tools"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/nnst.nim
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import strutils
import sugar
import asyncdispatch

const VERSION = "0.1.0"
const VERSION = "0.1.1"
const doc = """ 
_ ___ ____________
/ |/ / |/ / __/_ __/
Expand Down

0 comments on commit 2ab070e

Please sign in to comment.