chore: bump version

pull/3239/head
Tienson Qin 2021-11-22 22:19:19 +08:00
parent 166ffa3b35
commit a7981dd1c8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Logseq",
"version": "0.4.9",
"version": "0.5.0",
"main": "electron.js",
"author": "Logseq",
"description": "A privacy-first, open-source platform for knowledge management and collaboration.",

View File

@ -1,3 +1,3 @@
(ns frontend.version)
(defonce version "0.4.9")
(defonce version "0.5.0")