readme: add {godocsreference,goreportcard} badges
also bump version: v0.0.0 -> v0.0.12 [skip ci]
This commit is contained in:
parent
0010ddd9e9
commit
c335867935
@ -6,6 +6,8 @@
|
|||||||
[![Cachix](https://img.shields.io/badge/cachix-go--xkcdreader-blue.svg)](https://go-xkcdreader.cachix.org)
|
[![Cachix](https://img.shields.io/badge/cachix-go--xkcdreader-blue.svg)](https://go-xkcdreader.cachix.org)
|
||||||
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
|
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
|
||||||
[![Build Status](https://drone.dotya.ml/api/badges/wanderer/go-xkcdreader/status.svg?ref=refs/heads/development)](https://drone.dotya.ml/wanderer/go-xkcdreader)
|
[![Build Status](https://drone.dotya.ml/api/badges/wanderer/go-xkcdreader/status.svg?ref=refs/heads/development)](https://drone.dotya.ml/wanderer/go-xkcdreader)
|
||||||
|
[![Go Report Card](https://goreportcard.com/badge/git.dotya.ml/wanderer/go-xkcdreader)](https://goreportcard.com/report/git.dotya.ml/wanderer/go-xkcdreader)
|
||||||
|
[![Go Documentation](https://godocs.io/git.dotya.ml/wanderer/go-xkcdreader?status.svg)](https://godocs.io/git.dotya.ml/wanderer/go-xkcdreader)
|
||||||
|
|
||||||
### disclaimer
|
### disclaimer
|
||||||
WIP :construction:
|
WIP :construction:
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// version holds app version string
|
// version holds app version string
|
||||||
var version = "v0.0.0"
|
var version = "v0.0.12"
|
||||||
|
|
||||||
// used to determine whether to print short or long version string
|
// used to determine whether to print short or long version string
|
||||||
var shortVersion = false
|
var shortVersion = false
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
# Generate a user-friendly version number.
|
# Generate a user-friendly version number.
|
||||||
# version = builtins.substring 0 8 lastModifiedDate;
|
# version = builtins.substring 0 8 lastModifiedDate;
|
||||||
version = "v0.0.0";
|
version = "v0.0.12";
|
||||||
|
|
||||||
# System types to support.
|
# System types to support.
|
||||||
supportedSystems =
|
supportedSystems =
|
||||||
|
Loading…
Reference in New Issue
Block a user