Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pherrymason committed Aug 29, 2024
1 parent c6036f3 commit 09d3ab2
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 @@ -9,8 +9,8 @@ import (
"github.com/pherrymason/c3-lsp/internal/lsp/server"
)

const version = "0.2.1"
const prerelease = false
const version = "0.3.0"
const prerelease = true
const appName = "C3-LSP"

func getVersion() string {
Expand Down

0 comments on commit 09d3ab2

Please sign in to comment.