goext/goextVersion.go

6 lines
104 B
Go
Raw Normal View History

2023-06-07 12:36:41 +02:00
package goext
2023-08-21 15:34:27 +02:00
const GoextVersion = "0.0.250"
2023-06-07 12:36:41 +02:00
2023-08-21 15:34:27 +02:00
const GoextVersionTimestamp = "2023-08-21T15:34:26+0200"