Skip to content

Commit

Permalink
Update constants.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Torres committed Jul 25, 2024
1 parent 1e496fd commit 6f8fc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package constants

import "fmt"

const APP_VERSION = "1.0.1"
const APP_VERSION = "1.0"
const GOOGLE_API_KEY_NAME = "GEMINI_API_KEY"
const OPENAI_API_KEY_NAME = "OPENAI_API_KEY"
const PATTERNS_DIR_ENV = "AI_BUDDY_PATTERNS"
Expand Down

0 comments on commit 6f8fc46

Please sign in to comment.