Browse Source

Updates var version so yay-git can update program version

Jguer 7 năm trước cách đây
mục cha
commit
2f5c4df661
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"