Skip to content

Commit 04ddabc

Browse files
author
Jordan Mance
committed
Releasing support for OSX BigSur
1 parent 77d1134 commit 04ddabc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Figgy CLI Changelog:
22

3+
## 1.2.3
4+
- Adding support for OSX Big Sur x86.
5+
36
## 1.2.2
47
- Fixing a bug whereby the latest version of the UI (including OTS work) was not embedded in the released CLI version.
58

src/figcli/config/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pathlib import Path
22

33
# If cloud has been updated with required changes, please updated REQUIRES_CLI_VERSION in figtools/figgy
4-
VERSION = '1.2.2'
4+
VERSION = '1.2.3'
55
CLI_NAME = 'figgy'
66
PROJECT_NAME = 'figgy'
77

0 commit comments

Comments
 (0)