Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pherrymason committed Aug 17, 2024
1 parent 6d40684 commit 500a5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/cmd/lsp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
flag "github.com/spf13/pflag"
)

const version = "0.0.9"
const prerelease = true
const version = "0.1.0"
const prerelease = false
const appName = "C3-LSP"

func getVersion() string {
Expand Down

0 comments on commit 500a5b2

Please sign in to comment.