readme: add {godocsreference,goreportcard} badges

also bump version: v0.0.0 -> v0.0.12

[skip ci]
This commit is contained in:
surtur 2022-05-13 23:06:21 +02:00
parent 0010ddd9e9
commit c335867935
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
3 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@ # [go-xkcdreader](https://git.dotya.ml/wanderer/go-xkcdreader)
[![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)
[![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
WIP :construction:

View File

@ -8,7 +8,7 @@
)
// 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
var shortVersion = false

View File

@ -21,7 +21,7 @@
# Generate a user-friendly version number.
# version = builtins.substring 0 8 lastModifiedDate;
version = "v0.0.0";
version = "v0.0.12";
# System types to support.
supportedSystems =