Skip to content

Commit

Permalink
3.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
caver456 committed Aug 14, 2024
1 parent 4b63b95 commit 26d47f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- '*.*.*'
env:
version: '3.11.4'
version: '3.11.5'

jobs:
build-release:
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "3.11.4"
current_version = "3.11.5"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion radiolog.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


#define MyAppName "RadioLog"
#define MyAppVersion "3.11.4"
#define MyAppVersion "3.11.5"
#define MyAppPublisher "Nevada County Sheriff's Search and Rescue"
#define MyAppURL "https://www.nevadacountysar.org"
#define MyAppExeName "RadioLog.exe"
Expand Down
2 changes: 1 addition & 1 deletion radiolog.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
from pygeodesy import Datums,ellipsoidalBase,dms
from difflib import SequenceMatcher

__version__ = "3.11.4"
__version__ = "3.11.5"

# process command-line arguments
develMode=False
Expand Down

0 comments on commit 26d47f8

Please sign in to comment.