Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed May 25, 2024
1 parent 5e7a94f commit fc90855
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion glyphs.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ var glyphs = map[string]int{
"circledX": 59709,
"circledPi": 59698,
"circledI": 59697,
"smiley": 59834,
"smileyFace": 59834,
"document": 59725,
"dollarSign": 59395,
"poundSign": 59512,
Expand Down
6 changes: 4 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* Generated by version.sh */
/*
* Copyright (c) Brandon Jordan
*/

package main

const version = "v0.2.1-beta"
const version = "v0.2.2-beta"

0 comments on commit fc90855

Please sign in to comment.