Skip to content

Commit 8dca009

Browse files
bump version 2.9
1 parent aedbbd5 commit 8dca009

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

β€Žpkg/cmd/version.goβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ var versionCmd = &cobra.Command{
2020
}
2121

2222
// Version represents the current version of genie
23-
const Version = "v2.8.3"
23+
const Version = "v2.9.0"

β€Žtest.mdβ€Ž

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
# πŸŽ‰ genie πŸš€
3+
4+
![Project Animation](https://media.giphy.com/media/3o7aD6T0U7rmuGx6wI/giphy.gif)
5+
6+
## Description πŸ“œ
7+
Genie is a robust and comprehensive project in which various functionalities are implemented using Golang. It models a command line application and includes features such as engine, chat, scrape, status, summarize, switch, and many others.
8+
9+
## πŸ“ˆ GitHub Stats
10+
![GitHub Stats](https://github-readme-stats.vercel.app/api?username=harshalranjhani&show_icons=true&theme=radical)
11+
12+
## πŸš€ Features
13+
- [Engine Chat Scrape Status Summarize Switch Music Readme Bug Support Document Image ASCII Arts]
14+
15+
## ⚑ Quick Start
16+
1. Clone the repository to your local system. 2. Navigate into the downloaded repository. 3. Ensure you have Golang installed. 4. Run 'go build' to compile the code. 5. Run './genie' to start the application.
17+
18+
## πŸ› οΈ Usage
19+
Each functionality of the project can be accessed through a command line interface. For example, to use the 'chat' feature, the command to be used is './genie chat'. Consult the 'help' command './genie help' for a list of all commands.
20+
21+
## 🎨 Animations
22+
- Check out our cool animations by visiting [Link to Animations]!
23+
24+
## ❀️ Contributing
25+
Please review the CONTRIBUTING.md file for information on how to contribute to genie. We welcome all contributors.
26+
27+
## πŸ“ License
28+
This project is licensed under the terms of the given LICENSE attached in the repository.
29+
30+
## πŸ™Œ Acknowledgements
31+
- Special thanks to all contributors!

0 commit comments

Comments
Β (0)