Skip to content

Commit

Permalink
v0.6 => v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgle committed Dec 17, 2023
1 parent 965f6a8 commit bb20041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graftcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "cidr-trie.h"

#ifndef VERSION
#define VERSION "v0.6"
#define VERSION "v0.7"
#endif

struct sockaddr_in PROXY_SA;
Expand Down
2 changes: 1 addition & 1 deletion local/cmd/graftcp-local/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

var (
selectProxyMode string
version = "v0.6"
version = "v0.7"
)

// App for graftcp-local.
Expand Down
2 changes: 1 addition & 1 deletion local/cmd/mgraftcp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var (
help bool
showVersion bool

version = "v0.6"
version = "v0.7"
)

func init() {
Expand Down

0 comments on commit bb20041

Please sign in to comment.