We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f02bb commit a25f93dCopy full SHA for a25f93d
1 file changed
Formula/agentic-stack.rb
@@ -1,9 +1,9 @@
1
class AgenticStack < Formula
2
desc "One brain, many harnesses — portable .agent/ folder for AI coding agents"
3
homepage "https://github.com/codejunkie99/agentic-stack"
4
- url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.7.1.tar.gz"
+ url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.7.2.tar.gz"
5
sha256 "0000000000000000000000000000000000000000000000000000000000000000" # TODO: regenerate after tag push
6
- version "0.7.1"
+ version "0.7.2"
7
license "Apache-2.0"
8
9
def install
0 commit comments