Skip to content

Commit

Permalink
format and fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Nov 16, 2024
1 parent 726966d commit 847faa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"strings"
)

var version = "v0.12.7-38-gacb19ff"
var version string

func init() {
// The "version" variable is set by the makefile using -ldflags when using "make build" or goreleaser.
Expand Down
2 changes: 1 addition & 1 deletion sdk/assemblyscript/examples/http/assembly/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ export function createGithubIssue(

// The response will contain the issue data, including the URL of the issue on GitHub.
return response.json<Issue>();
}
}

0 comments on commit 847faa3

Please sign in to comment.