Skip to content

Commit

Permalink
Bump to version 0.2.0 since we changed the base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilemonn committed Aug 25, 2024
1 parent 7618f63 commit 048fc58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion socket-forwarder/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
#include "environment/Environment.h"
#include "forwarder/Forwarder.h"

const std::string VERSION = "0.1.2";
// Make sure version of built image matches
const std::string VERSION = "0.2.0";

int main(int argc, char** argv)
{
Expand Down

0 comments on commit 048fc58

Please sign in to comment.