5 lines
66 B
Go
5 lines
66 B
Go
|
package ui
|
||
|
|
||
|
// Version of the UI toolkit.
|
||
|
const Version = "0.1.0"
|