# zerv
Dynamic Versioning Cli
## 🚧 Under Active Development 🚧
**⚠️ This project is currently in active development and has not even reached alpha state. It is not usable right now and not recommended for any use.**
## Installation
### Quick Install (Recommended)
```bash
# Install latest version
# Install specific version
# Or using environment variable
### Manual Download
Download pre-built binaries from [GitHub Releases](https://github.com/wisarootl/zerv/releases)
### From Source (Cargo)
```bash
cargo install zerv
```
## Uninstall
For Quick Install and Manual Download:
```bash
rm ~/.local/bin/zerv
```