add versioning info to build process in Readme

This commit is contained in:
2023-10-04 17:25:01 -07:00
parent 6b03b352a3
commit 796f2e6818
2 changed files with 13 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ import (
const EXTENSION_NAME string = "AttendanceTracker"
const ADDON_NAME string = "AttendanceTracker"
const EXTENSION_VERSION string = "0.9.0.1"
const EXTENSION_VERSION string = "dev"
// file paths
const ATTENDANCE_TABLE string = "attendance"