Incrementing build numbers,
as a service.

increment.build is the easiest way to automatically bump the build number of your product – no sign up required and completely free!

How it works

Simply make a request to https://increment.build/ followed by an identifier of your choice. It will return 1 and increment that number every subsequent request.

curl https://increment.build/my-awesome-app
1
curl https://increment.build/my-awesome-app
2
curl https://increment.build/my-awesome-app
3

Switch to a different identifier to get a new counter starting from 0.

curl https://increment.build/my-awesome-app
4
curl https://increment.build/my-fancy-app
1

Save the result into an environment variable and use it to build your product.

export BUILD = $(curl https://increment.build/my-fancy-app)
echo $BUILD
2

Why do I need this?

Pricing

$0/month forever!

This service is brought to you for free by Jonny Burger. As a return, let me advertise two things really quick! 😊

FAQ

© Jonny Burger. Yes I live in the future 😎🤖
Website
Twitter