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

Commit

Permalink
Begin v1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT authored May 17, 2022
1 parent 32c09a6 commit 114cddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Picocrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

/*
Picocrypt v1.28
Picocrypt v1.29
Copyright (c) Evan Su (https://evansu.cc)
Released under a GNU GPL v3 License
https://github.com/HACKERALERT/Picocrypt
Expand Down Expand Up @@ -59,7 +59,7 @@ var TRANSPARENT = color.RGBA{0x00, 0x00, 0x00, 0x00}

// Generic variables
var window *giu.MasterWindow
var version = "v1.28"
var version = "v1.29"
var dpi float32
var mode string
var working bool
Expand Down

0 comments on commit 114cddb

Please sign in to comment.