Skip to content

Commit

Permalink
chore: rename default version to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jan 10, 2024
1 parent 8081d9b commit 5b6fe29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Nuga
name: Build snapshot

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package config

// AppVersion represents current executable version
var AppVersion = "dev"
var AppVersion = "snapshot"

// AppName represents app name
const AppName = "Nuga"

0 comments on commit 5b6fe29

Please sign in to comment.