6 lines
129 B
Go
6 lines
129 B
Go
|
// Hanayo is the Ripple front-end web server.
|
||
|
package main
|
||
|
|
||
|
// version is the current version of hanayo
|
||
|
const version = "v1.8.6"
|