Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitamet committed Aug 26, 2023
1 parent 327d7af commit d005bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-app.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Release

on:
push:
tags:
- "v*.*.*"
push

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
)

const version = "v0.2.1"
const version = "v0.3.0"
const updaterURL = "https://geemo.app/"

func setupUpdater() *selfupdate.Updater {
Expand Down

0 comments on commit d005bef

Please sign in to comment.