Skip to content

Commit

Permalink
get version string from git
Browse files Browse the repository at this point in the history
  • Loading branch information
IrineSistiana committed Jun 25, 2020
1 parent 76fc703 commit d261cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ import (
"github.com/IrineSistiana/simple-tls/core"
)

var version = "unknown/dev"

func main() {
log.Printf("main: simple-tls %s", version)
go func() {
Expand Down
20 changes: 0 additions & 20 deletions version.go

This file was deleted.

0 comments on commit d261cf0

Please sign in to comment.