mirror of https://github.com/buster-so/buster.git
0.3.1
This commit is contained in:
parent
9210db0869
commit
78f69d87d2
|
@ -169,8 +169,8 @@ jobs:
|
|||
- name: Extract version from package.json
|
||||
id: get_version
|
||||
run: |
|
||||
# Update this to 0.3.0 as requested
|
||||
VERSION="0.3.0"
|
||||
# Update this to 0.3.1 as requested
|
||||
VERSION="0.3.1"
|
||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||
echo "Extracted version: $VERSION"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@buster-app/cli",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "Buster CLI - TypeScript version",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
|
|
@ -10,7 +10,7 @@ import { InitCommand } from './commands/init.js';
|
|||
program
|
||||
.name('buster')
|
||||
.description('Buster CLI - AI-powered data analytics platform')
|
||||
.version('0.3.0');
|
||||
.version('0.3.1');
|
||||
|
||||
// Auth command - authentication management
|
||||
program
|
||||
|
|
Loading…
Reference in New Issue