Skip to content

Commit 8949391

Browse files
committed
v1.0.4
1 parent 6d9887e commit 8949391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/db/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func migrateDbInternal(dbInstance *gorm.DB) error {
144144
}
145145
var Version = models.SystemSettingEntry{
146146
Key: "version",
147-
Value: "1.0.3",
147+
Value: "1.0.4",
148148
}
149149

150150
dbInstance.Clauses(clause.Insert{Modifier: "OR IGNORE"}).Create(&wildCardDomain)

0 commit comments

Comments
 (0)