From 847faa30d50f7366aaf3c8363129b17c0a7e8686 Mon Sep 17 00:00:00 2001 From: Jairus Date: Fri, 15 Nov 2024 20:09:50 -0500 Subject: [PATCH] format and fix version --- runtime/config/version.go | 2 +- sdk/assemblyscript/examples/http/assembly/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/config/version.go b/runtime/config/version.go index b4c05fa5c..eda8eb55e 100644 --- a/runtime/config/version.go +++ b/runtime/config/version.go @@ -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. diff --git a/sdk/assemblyscript/examples/http/assembly/index.ts b/sdk/assemblyscript/examples/http/assembly/index.ts index a629eb192..5f4497494 100644 --- a/sdk/assemblyscript/examples/http/assembly/index.ts +++ b/sdk/assemblyscript/examples/http/assembly/index.ts @@ -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(); -} \ No newline at end of file +}