release 0.0.2

This commit is contained in:
2026-02-05 20:52:57 +08:00
parent dbbfce1c4f
commit b4c15bf78c
3 changed files with 18 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ type WindowState struct {
Maximised bool `mapstructure:"maximised"`
}
const Version = "0.0.1"
const Version = "0.0.2"
type Config struct {
v *viper.Viper