mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 19:58:03 +01:00
6 lines
86 B
Go
6 lines
86 B
Go
|
|
package main
|
||
|
|
|
||
|
|
const Version = "0.9.9"
|
||
|
|
|
||
|
|
var GitCommit string // populated during build
|