You've already forked nerd-fonts
mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-07-12 23:37:56 +02:00
[ci] Bump release version
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# Nerd Fonts Version: 2.2.2
|
||||
# Nerd Fonts Version: 2.3.0-RC
|
||||
# Script Version: 1.0.0
|
||||
# Generates original-source.otf from individual glyphs
|
||||
#
|
||||
@ -12,7 +12,7 @@ import fontforge
|
||||
import psMat
|
||||
|
||||
# Double-quotes required here, for version-bump.sh:
|
||||
version = "2.2.2"
|
||||
version = "2.3.0-RC"
|
||||
|
||||
start_codepoint = 0xE4FA
|
||||
codepoint_shift = 0x0100 # shift introduced by font-patcher
|
||||
|
Reference in New Issue
Block a user