Skip to content

Commit

Permalink
Increment runtime version number
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 22, 2024
1 parent 5a89725 commit 9c1fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package version

// RuntimeVersion is the numeric version number of the runtime. This is incremented every time a commit is made on
// the main branch. This change is then committed to the repo.
const RuntimeVersion int = 9
const RuntimeVersion int = 10

0 comments on commit 9c1fa1c

Please sign in to comment.