Skip to content

Commit

Permalink
chore(release): bumped version to v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Nov 4, 2023
1 parent e749e62 commit 77f3285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"os"
"os/signal"
"path/filepath"
"runtime"
"syscall"
_ "time/tzdata"

Expand Down Expand Up @@ -43,7 +42,8 @@ func init() {
func main() {
maxprocs.Set(maxprocs.Logger(func(string, ...any) {}))
if version_ {
fmt.Printf("Clash %s %s %s with %s %s\n", C.Version, runtime.GOOS, runtime.GOARCH, runtime.Version(), C.BuildTime)
// fmt.Printf("Clash %s %s %s with %s %s\n", C.Version, runtime.GOOS, runtime.GOARCH, runtime.Version(), C.BuildTime)
fmt.Printf("v%s\n", Version)
return
}

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version is the version of lighthouse
var Version = "2.0.6"
var Version = "2.0.7"

0 comments on commit 77f3285

Please sign in to comment.