mirror of
https://github.com/usememos/memos.git
synced 2024-12-20 09:41:58 +03:00
9611ff7386
* chore: update github action * chore: release `v0.1.3` * fix: create migration_history table * fix: compare migration_history
5 lines
90 B
Go
5 lines
90 B
Go
package common
|
|
|
|
// Version is the service current released version.
|
|
var Version = "0.1.3"
|