Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
iagox86 committed May 28, 2016
1 parent 248f05c commit 526447c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dnscat.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

/* Default options */
#define NAME "dnscat2"
#define VERSION "v0.05"
#define VERSION "v0.06"

/* Default options */
#define DEFAULT_DNS_HOST NULL
Expand Down
2 changes: 1 addition & 1 deletion server/dnscat2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# version info
NAME = "dnscat2"
VERSION = "0.05"
VERSION = "0.06"

# Don't ignore unhandled errors in threads
Thread.abort_on_exception = true
Expand Down

0 comments on commit 526447c

Please sign in to comment.