Move to 1.0.0rc

This commit is contained in:
James Tomasino 2018-01-20 16:36:24 -05:00
parent 8a4fa88340
commit bb609ca0e3
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# burrow ![status](https://img.shields.io/badge/status-working-green.svg?style=flat-square) ![license](https://img.shields.io/badge/license-GPL3-blue.svg?style=flat-square) ![bash](https://img.shields.io/badge/Bash-4%2B-lightgrey.svg?style=flat-square)
**burrow** is a helper for building and managing a gopher hole (in development).
**burrow** is a helper for building and managing a gopher hole.
## Installation

2
burrow
View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# v0.1.0
# v1.0.0rc
shopt -s extglob
configfiles="$HOME/.config/burrow/config $HOME/.config/burrow $HOME/.burrow"
editor=${EDITOR:-vi}

View File

@ -1,4 +1,4 @@
.TH BURROW 1 "20 Jan 2018" "version 0.1.0"
.TH BURROW 1 "20 Jan 2018" "version 1.0.0rc"
.SH NAME
burrow \- a helper for building and managing a gopher hole
.SH SYNOPSIS