Browse Source

Updates var version so yay-git can update program version

Jguer 7 years atrás
parent
commit
2f5c4df661
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.go

+ 1 - 1
config.go

@@ -40,7 +40,7 @@ type Configuration struct {
 	CleanAfter    bool   `json:"cleanAfter"`
 }
 
-const version = "2.219"
+var version = "2.297"
 
 // baseURL givers the AUR default address.
 const baseURL string = "https://aur.archlinux.org"