Skip to content

Commit

Permalink
chore(ci): add dummy version
Browse files Browse the repository at this point in the history
  • Loading branch information
defclass committed Feb 1, 2021
1 parent c81f0cc commit 2336b46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-desktop-release.yml
Expand Up @@ -51,6 +51,11 @@ jobs:
name: Logseq-x64.dmg
path: static/out/make/Logseq.dmg

build-windows:
runs-on: windows-latest
steps:
- name: List file
run: Dir .

release:
needs: [ build-macos, build-linux, build-windows ]
Expand Down
2 changes: 1 addition & 1 deletion src/main/frontend/version.cljs
@@ -1,3 +1,3 @@
(ns frontend.version)

(defonce version "0.0.5.3")
(defonce version "0.0.5.4")

0 comments on commit 2336b46

Please sign in to comment.